﻿2026-06-16T08:24:25.2516974Z Current runner version: '2.335.1'
2026-06-16T08:24:25.2521745Z Runner name: 'kitsubito'
2026-06-16T08:24:25.2522259Z Runner group name: 'Default'
2026-06-16T08:24:25.2522908Z Machine name: 'KITSUBITO'
2026-06-16T08:24:25.2524803Z ##[group]GITHUB_TOKEN Permissions
2026-06-16T08:24:25.2526553Z Contents: read
2026-06-16T08:24:25.2526948Z Metadata: read
2026-06-16T08:24:25.2527305Z Packages: read
2026-06-16T08:24:25.2527668Z ##[endgroup]
2026-06-16T08:24:25.2529352Z Secret source: Actions
2026-06-16T08:24:25.2529857Z Prepare workflow directory
2026-06-16T08:24:25.2887808Z Prepare all required actions
2026-06-16T08:24:25.2915418Z Getting action download info
2026-06-16T08:24:25.6578774Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-16T08:24:26.2264328Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-06-16T08:24:26.3181826Z ##[group]Run actions/checkout@v5
2026-06-16T08:24:26.3182635Z with:
2026-06-16T08:24:26.3183026Z   fetch-depth: 0
2026-06-16T08:24:26.3183498Z   repository: SaberMage/spt-core
2026-06-16T08:24:26.3187146Z   token: ***
2026-06-16T08:24:26.3187521Z   ssh-strict: true
2026-06-16T08:24:26.3187912Z   ssh-user: git
2026-06-16T08:24:26.3188298Z   persist-credentials: true
2026-06-16T08:24:26.3188731Z   clean: true
2026-06-16T08:24:26.3189204Z   sparse-checkout-cone-mode: true
2026-06-16T08:24:26.3189660Z   fetch-tags: false
2026-06-16T08:24:26.3190049Z   show-progress: true
2026-06-16T08:24:26.3190431Z   lfs: false
2026-06-16T08:24:26.3190808Z   submodules: false
2026-06-16T08:24:26.3191217Z   set-safe-directory: true
2026-06-16T08:24:26.3191837Z ##[endgroup]
2026-06-16T08:24:26.4003643Z Syncing repository: SaberMage/spt-core
2026-06-16T08:24:26.4005368Z ##[group]Getting Git version info
2026-06-16T08:24:26.4006135Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-16T08:24:26.4007108Z [command]/usr/bin/git version
2026-06-16T08:24:26.4022057Z git version 2.43.0
2026-06-16T08:24:26.4039141Z ##[endgroup]
2026-06-16T08:24:26.4050422Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/da477658-0651-466e-9123-e95e6854eb95' before making global git config changes
2026-06-16T08:24:26.4052154Z Adding repository directory to the temporary git global config as a safe directory
2026-06-16T08:24:26.4053461Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-16T08:24:26.4087314Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-16T08:24:26.4107110Z https://github.com/SaberMage/spt-core
2026-06-16T08:24:26.4117694Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-16T08:24:26.4120271Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-16T08:24:26.4139231Z refs/heads/dev-freeform
2026-06-16T08:24:26.4145578Z [command]/usr/bin/git checkout --detach
2026-06-16T08:24:26.4188205Z HEAD is now at 24e2409 M11-W5 T5.1: gateway-owner cross-node [twohost] rung + defer cross-node tunnel
2026-06-16T08:24:26.4222323Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-16T08:24:26.4249400Z Deleted branch dev-freeform (was 24e2409).
2026-06-16T08:24:26.4282438Z ##[endgroup]
2026-06-16T08:24:26.4283765Z [command]/usr/bin/git submodule status
2026-06-16T08:24:26.4462469Z ##[group]Cleaning the repository
2026-06-16T08:24:26.4464104Z [command]/usr/bin/git clean -ffdx
2026-06-16T08:24:26.4491481Z Removing traceable-reqs
2026-06-16T08:24:26.4497636Z [command]/usr/bin/git reset --hard HEAD
2026-06-16T08:24:26.4544383Z HEAD is now at 24e2409 M11-W5 T5.1: gateway-owner cross-node [twohost] rung + defer cross-node tunnel
2026-06-16T08:24:26.4549588Z ##[endgroup]
2026-06-16T08:24:26.4550684Z ##[group]Disabling automatic garbage collection
2026-06-16T08:24:26.4553747Z [command]/usr/bin/git config --local gc.auto 0
2026-06-16T08:24:26.4577226Z ##[endgroup]
2026-06-16T08:24:26.4578202Z ##[group]Setting up auth
2026-06-16T08:24:26.4581635Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-16T08:24:26.4606190Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-16T08:24:26.4795977Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-16T08:24:26.4821650Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-16T08:24:26.5006344Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-16T08:24:26.5032530Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-16T08:24:26.5222043Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-16T08:24:26.5251083Z ##[endgroup]
2026-06-16T08:24:26.5252064Z ##[group]Fetching the repository
2026-06-16T08:24:26.5256861Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-06-16T08:24:28.2055775Z [command]/usr/bin/git branch --list --remote origin/dev-freeform
2026-06-16T08:24:28.2084545Z   origin/dev-freeform
2026-06-16T08:24:28.2092424Z [command]/usr/bin/git rev-parse refs/remotes/origin/dev-freeform
2026-06-16T08:24:28.2114210Z 24e2409de14b0439f608f10426f2d79b64c5e50a
2026-06-16T08:24:28.2116702Z ##[endgroup]
2026-06-16T08:24:28.2117322Z ##[group]Determining the checkout info
2026-06-16T08:24:28.2118204Z ##[endgroup]
2026-06-16T08:24:28.2121451Z [command]/usr/bin/git sparse-checkout disable
2026-06-16T08:24:28.2157337Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-16T08:24:28.2180921Z ##[group]Checking out the ref
2026-06-16T08:24:28.2183869Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-16T08:24:28.2229267Z Switched to a new branch 'dev-freeform'
2026-06-16T08:24:28.2229975Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-16T08:24:28.2234755Z ##[endgroup]
2026-06-16T08:24:28.2271150Z [command]/usr/bin/git log -1 --format=%H
2026-06-16T08:24:28.2295282Z 24e2409de14b0439f608f10426f2d79b64c5e50a
2026-06-16T08:24:28.2479720Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-16T08:24:28.2480326Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-16T08:24:28.2497335Z shell: /usr/bin/bash -e {0}
2026-06-16T08:24:28.2497582Z ##[endgroup]
2026-06-16T08:24:28.2629748Z ##[group]Run set -euo pipefail
2026-06-16T08:24:28.2630062Z [36;1mset -euo pipefail[0m
2026-06-16T08:24:28.2630311Z [36;1mPIN=0c95435[0m
2026-06-16T08:24:28.2630553Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-16T08:24:28.2630810Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-16T08:24:28.2631150Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-16T08:24:28.2631565Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-16T08:24:28.2631990Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-16T08:24:28.2632333Z [36;1m  rm -rf "$CACHE"[0m
2026-06-16T08:24:28.2632596Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-16T08:24:28.2632896Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-16T08:24:28.2633221Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-16T08:24:28.2633583Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-16T08:24:28.2633800Z [36;1mfi[0m
2026-06-16T08:24:28.2634072Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-16T08:24:28.2648462Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-16T08:24:28.2649015Z env:
2026-06-16T08:24:28.2649246Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-16T08:24:28.2649477Z ##[endgroup]
2026-06-16T08:24:28.5359751Z    Compiling proc-macro2 v1.0.106
2026-06-16T08:24:28.5360376Z    Compiling quote v1.0.45
2026-06-16T08:24:28.5360911Z    Compiling unicode-ident v1.0.24
2026-06-16T08:24:28.5361393Z    Compiling libc v0.2.186
2026-06-16T08:24:28.5361797Z    Compiling serde_core v1.0.228
2026-06-16T08:24:28.5362361Z    Compiling cfg-if v1.0.4
2026-06-16T08:24:28.5362713Z    Compiling serde v1.0.228
2026-06-16T08:24:28.5362965Z    Compiling log v0.4.32
2026-06-16T08:24:28.5419093Z    Compiling pin-project-lite v0.2.17
2026-06-16T08:24:28.5541305Z    Compiling typenum v1.20.1
2026-06-16T08:24:28.5580946Z    Compiling portable-atomic v1.13.1
2026-06-16T08:24:28.5581518Z    Compiling memchr v2.8.1
2026-06-16T08:24:28.5693961Z    Compiling version_check v0.9.5
2026-06-16T08:24:28.5694867Z    Compiling shlex v2.0.1
2026-06-16T08:24:28.5972154Z    Compiling find-msvc-tools v0.1.9
2026-06-16T08:24:28.6011477Z    Compiling critical-section v1.2.0
2026-06-16T08:24:28.6226321Z    Compiling futures-core v0.3.32
2026-06-16T08:24:28.6262843Z    Compiling bytes v1.11.1
2026-06-16T08:24:28.6850391Z    Compiling subtle v2.6.1
2026-06-16T08:24:28.7951249Z    Compiling smallvec v1.15.1
2026-06-16T08:24:28.8001197Z    Compiling equivalent v1.0.2
2026-06-16T08:24:28.8234065Z    Compiling itoa v1.0.18
2026-06-16T08:24:28.8684940Z    Compiling semver v1.0.28
2026-06-16T08:24:28.8770638Z    Compiling stable_deref_trait v1.2.1
2026-06-16T08:24:28.8840731Z    Compiling futures-sink v0.3.32
2026-06-16T08:24:28.9409168Z    Compiling futures-io v0.3.32
2026-06-16T08:24:28.9412083Z    Compiling slab v0.4.12
2026-06-16T08:24:28.9571058Z    Compiling generic-array v0.14.7
2026-06-16T08:24:28.9634829Z    Compiling futures-task v0.3.32
2026-06-16T08:24:28.9976087Z    Compiling futures-channel v0.3.32
2026-06-16T08:24:29.0371324Z    Compiling rustversion v1.0.22
2026-06-16T08:24:29.0601872Z    Compiling bitflags v2.12.1
2026-06-16T08:24:29.1120593Z    Compiling hashbrown v0.17.1
2026-06-16T08:24:29.1530893Z    Compiling cpufeatures v0.2.17
2026-06-16T08:24:29.1720976Z    Compiling rustc_version v0.4.1
2026-06-16T08:24:29.1750642Z    Compiling fnv v1.0.7
2026-06-16T08:24:29.1760235Z    Compiling rand_core v0.10.1
2026-06-16T08:24:29.2023869Z    Compiling cfg_aliases v0.2.1
2026-06-16T08:24:29.2520703Z    Compiling strsim v0.11.1
2026-06-16T08:24:29.2625698Z    Compiling writeable v0.6.3
2026-06-16T08:24:29.2830620Z    Compiling litemap v0.8.2
2026-06-16T08:24:29.3401239Z    Compiling getrandom v0.4.2
2026-06-16T08:24:29.3402177Z    Compiling icu_normalizer_data v2.2.0
2026-06-16T08:24:29.4085662Z    Compiling icu_properties_data v2.2.0
2026-06-16T08:24:29.5124279Z    Compiling fs_extra v1.3.0
2026-06-16T08:24:29.5461831Z    Compiling utf8_iter v1.0.4
2026-06-16T08:24:29.5550659Z    Compiling ident_case v1.0.1
2026-06-16T08:24:29.5600576Z    Compiling dunce v1.0.5
2026-06-16T08:24:29.6840866Z    Compiling autocfg v1.5.1
2026-06-16T08:24:29.6898115Z    Compiling percent-encoding v2.3.2
2026-06-16T08:24:29.6964969Z    Compiling http v1.4.1
2026-06-16T08:24:29.7191131Z    Compiling thiserror v2.0.18
2026-06-16T08:24:29.7945008Z    Compiling aws-lc-rs v1.17.0
2026-06-16T08:24:29.8080725Z    Compiling unicode-segmentation v1.13.3
2026-06-16T08:24:29.8750770Z    Compiling cpufeatures v0.3.0
2026-06-16T08:24:29.8852549Z    Compiling scopeguard v1.2.0
2026-06-16T08:24:29.9491085Z    Compiling indexmap v2.14.0
2026-06-16T08:24:29.9910722Z    Compiling lock_api v0.4.14
2026-06-16T08:24:29.9970192Z    Compiling chacha20 v0.10.0
2026-06-16T08:24:30.0111174Z    Compiling syn v2.0.117
2026-06-16T08:24:30.0889092Z    Compiling form_urlencoded v1.2.2
2026-06-16T08:24:30.1026487Z    Compiling untrusted v0.9.0
2026-06-16T08:24:30.1310771Z    Compiling heck v0.5.0
2026-06-16T08:24:30.1550931Z    Compiling rustls v0.23.40
2026-06-16T08:24:30.2120691Z    Compiling const-oid v0.10.2
2026-06-16T08:24:30.2620814Z    Compiling atomic-waker v1.1.2
2026-06-16T08:24:30.2737788Z    Compiling unicode-xid v0.2.6
2026-06-16T08:24:30.2945852Z    Compiling convert_case v0.10.0
2026-06-16T08:24:30.3184069Z    Compiling anyhow v1.0.102
2026-06-16T08:24:30.3270694Z    Compiling parking_lot_core v0.9.12
2026-06-16T08:24:30.3618166Z    Compiling zerocopy v0.8.50
2026-06-16T08:24:30.3835065Z    Compiling paste v1.0.15
2026-06-16T08:24:30.3946789Z    Compiling httparse v1.10.1
2026-06-16T08:24:30.3981231Z    Compiling num-traits v0.2.19
2026-06-16T08:24:30.4162773Z    Compiling hybrid-array v0.4.12
2026-06-16T08:24:30.4624899Z    Compiling jobserver v0.1.34
2026-06-16T08:24:30.5120820Z    Compiling curve25519-dalek v4.1.3
2026-06-16T08:24:30.5504592Z    Compiling ahash v0.8.12
2026-06-16T08:24:30.6127184Z    Compiling powerfmt v0.2.0
2026-06-16T08:24:30.6394717Z    Compiling either v1.16.0
2026-06-16T08:24:30.6985718Z    Compiling crypto-common v0.1.7
2026-06-16T08:24:30.7299269Z    Compiling block-buffer v0.10.4
2026-06-16T08:24:30.7406098Z    Compiling base64ct v1.8.3
2026-06-16T08:24:30.7726544Z    Compiling cc v1.2.63
2026-06-16T08:24:30.8240711Z    Compiling fastrand v2.4.1
2026-06-16T08:24:30.8610306Z    Compiling digest v0.10.7
2026-06-16T08:24:30.8704122Z    Compiling http-body v1.0.1
2026-06-16T08:24:30.9491018Z    Compiling deranged v0.5.8
2026-06-16T08:24:31.0131080Z    Compiling pem-rfc7468 v1.0.0
2026-06-16T08:24:31.0561304Z    Compiling tower-service v0.3.3
2026-06-16T08:24:31.0840568Z    Compiling try-lock v0.2.5
2026-06-16T08:24:31.1357477Z    Compiling mio v1.2.1
2026-06-16T08:24:31.1442292Z    Compiling socket2 v0.6.4
2026-06-16T08:24:31.1902212Z    Compiling getrandom v0.2.17
2026-06-16T08:24:31.2230863Z    Compiling zmij v1.0.21
2026-06-16T08:24:31.2680884Z    Compiling vcpkg v0.2.15
2026-06-16T08:24:31.3866960Z    Compiling rand_core v0.6.4
2026-06-16T08:24:31.4120770Z    Compiling rand v0.10.1
2026-06-16T08:24:31.4261295Z    Compiling tinyvec_macros v0.1.1
2026-06-16T08:24:31.4690895Z    Compiling num-conv v0.2.2
2026-06-16T08:24:31.4938245Z    Compiling time-core v0.1.8
2026-06-16T08:24:31.5000743Z    Compiling data-encoding v2.11.0
2026-06-16T08:24:31.5711211Z    Compiling base64 v0.22.1
2026-06-16T08:24:31.5990997Z    Compiling pkg-config v0.3.33
2026-06-16T08:24:31.6320602Z    Compiling tinyvec v1.11.0
2026-06-16T08:24:31.6880981Z    Compiling parking_lot v0.12.5
2026-06-16T08:24:31.7161188Z    Compiling want v0.3.1
2026-06-16T08:24:31.9600622Z    Compiling sha2 v0.10.9
2026-06-16T08:24:31.9968022Z    Compiling block-buffer v0.12.0
2026-06-16T08:24:32.0073505Z    Compiling crypto-common v0.2.2
2026-06-16T08:24:32.0302002Z    Compiling inout v0.1.4
2026-06-16T08:24:32.0436302Z    Compiling vergen-lib v9.1.0
2026-06-16T08:24:32.1364223Z    Compiling n0-future v0.3.2
2026-06-16T08:24:32.1481038Z    Compiling signature v2.2.0
2026-06-16T08:24:32.2170136Z    Compiling cmake v0.1.58
2026-06-16T08:24:32.2328821Z    Compiling cordyceps v0.3.4
2026-06-16T08:24:32.2490297Z    Compiling parking v2.2.1
2026-06-16T08:24:32.2860522Z    Compiling winnow v1.0.3
2026-06-16T08:24:32.2890862Z    Compiling httpdate v1.0.3
2026-06-16T08:24:32.3162461Z    Compiling spin v0.10.0
2026-06-16T08:24:32.3260994Z    Compiling diatomic-waker v0.2.3
2026-06-16T08:24:32.3941015Z    Compiling serde_json v1.0.150
2026-06-16T08:24:32.4130693Z    Compiling crossbeam-utils v0.8.21
2026-06-16T08:24:32.4641105Z    Compiling futures-lite v2.6.1
2026-06-16T08:24:32.5351407Z    Compiling ed25519 v2.2.3
2026-06-16T08:24:32.5630895Z    Compiling cipher v0.4.4
2026-06-16T08:24:32.5840805Z    Compiling futures-buffered v0.2.13
2026-06-16T08:24:32.6130992Z    Compiling netlink-packet-core v0.8.1
2026-06-16T08:24:32.6332699Z    Compiling universal-hash v0.5.1
2026-06-16T08:24:32.6621654Z    Compiling vergen-lib v0.1.6
2026-06-16T08:24:32.7365184Z    Compiling vergen v9.1.0
2026-06-16T08:24:32.7450529Z    Compiling heapless v0.7.17
2026-06-16T08:24:32.7550487Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-16T08:24:32.7703667Z    Compiling noq-udp v0.10.0
2026-06-16T08:24:32.8111564Z    Compiling sync_wrapper v1.0.2
2026-06-16T08:24:32.8310488Z    Compiling allocator-api2 v0.2.21
2026-06-16T08:24:32.8940128Z    Compiling byteorder v1.5.0
2026-06-16T08:24:32.9030910Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-16T08:24:32.9160829Z    Compiling opaque-debug v0.3.1
2026-06-16T08:24:32.9941105Z    Compiling polyval v0.6.2
2026-06-16T08:24:33.0495811Z    Compiling hash32 v0.2.1
2026-06-16T08:24:33.0621314Z    Compiling spin v0.9.8
2026-06-16T08:24:33.0720895Z    Compiling vergen-gitcl v1.0.8
2026-06-16T08:24:33.1160948Z    Compiling aws-lc-sys v0.41.0
2026-06-16T08:24:33.1990219Z    Compiling ring v0.17.14
2026-06-16T08:24:33.2141470Z    Compiling libsqlite3-sys v0.30.1
2026-06-16T08:24:33.2361079Z    Compiling digest v0.11.3
2026-06-16T08:24:33.2508272Z    Compiling signature v3.0.0
2026-06-16T08:24:33.2773777Z    Compiling tower-layer v0.3.3
2026-06-16T08:24:33.2812829Z    Compiling fallible-iterator v0.3.0
2026-06-16T08:24:33.3420756Z    Compiling ryu v1.0.23
2026-06-16T08:24:33.4231028Z    Compiling num_threads v0.1.7
2026-06-16T08:24:33.4388844Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-16T08:24:33.4690785Z    Compiling sha2 v0.11.0-rc.5
2026-06-16T08:24:33.5731444Z    Compiling time v0.3.47
2026-06-16T08:24:33.5911195Z    Compiling ghash v0.5.1
2026-06-16T08:24:33.5950552Z    Compiling ctr v0.9.2
2026-06-16T08:24:33.6071716Z    Compiling aes v0.8.4
2026-06-16T08:24:33.7060934Z    Compiling fs2 v0.4.3
2026-06-16T08:24:33.7274109Z    Compiling http-body-util v0.1.3
2026-06-16T08:24:33.7760789Z    Compiling aead v0.5.2
2026-06-16T08:24:33.8191141Z    Compiling openssl-probe v0.2.1
2026-06-16T08:24:33.8391051Z    Compiling crossbeam-epoch v0.9.18
2026-06-16T08:24:33.8841602Z    Compiling crossbeam-channel v0.5.15
2026-06-16T08:24:33.8915421Z    Compiling blake3 v1.8.5
2026-06-16T08:24:34.0050530Z    Compiling netlink-packet-route v0.29.0
2026-06-16T08:24:34.0097963Z    Compiling uuid v1.23.2
2026-06-16T08:24:34.0330747Z    Compiling memoffset v0.6.5
2026-06-16T08:24:34.2051268Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-16T08:24:34.2643266Z    Compiling aes-gcm v0.10.3
2026-06-16T08:24:34.2650905Z    Compiling acto v0.8.2
2026-06-16T08:24:34.3190282Z    Compiling netwatch v0.16.0
2026-06-16T08:24:34.4322933Z    Compiling noq v0.18.0
2026-06-16T08:24:34.4725395Z    Compiling xml-rs v0.8.28
2026-06-16T08:24:34.5110720Z    Compiling rustix v1.1.4
2026-06-16T08:24:34.5431288Z    Compiling ref-cast v1.0.25
2026-06-16T08:24:34.5491853Z    Compiling identity-hash v0.1.0
2026-06-16T08:24:34.6340117Z    Compiling lru-slab v0.1.2
2026-06-16T08:24:34.6502292Z    Compiling foldhash v0.2.0
2026-06-16T08:24:34.7200974Z    Compiling tagptr v0.2.0
2026-06-16T08:24:34.7488767Z    Compiling rustc-hash v2.1.2
2026-06-16T08:24:34.8010304Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-16T08:24:34.8460530Z    Compiling mac-addr v0.3.0
2026-06-16T08:24:34.8660267Z    Compiling sorted-index-buffer v0.2.1
2026-06-16T08:24:34.8800633Z    Compiling thiserror v1.0.69
2026-06-16T08:24:35.0180563Z    Compiling hashbrown v0.16.1
2026-06-16T08:24:35.0662199Z    Compiling synstructure v0.13.2
2026-06-16T08:24:35.0836619Z    Compiling darling_core v0.20.11
2026-06-16T08:24:35.1365967Z    Compiling serde_derive_internals v0.29.1
2026-06-16T08:24:35.2081044Z    Compiling netlink-packet-route v0.30.0
2026-06-16T08:24:35.6287770Z    Compiling proc-macro-crate v3.5.0
2026-06-16T08:24:35.8377362Z    Compiling xmltree v0.10.3
2026-06-16T08:24:35.8781114Z    Compiling termios v0.2.2
2026-06-16T08:24:35.9676780Z    Compiling errno v0.3.14
2026-06-16T08:24:36.0021228Z    Compiling serial-core v0.4.0
2026-06-16T08:24:36.0290675Z    Compiling ioctl-rs v0.1.6
2026-06-16T08:24:36.0630943Z    Compiling aho-corasick v1.1.4
2026-06-16T08:24:36.0849293Z    Compiling simple-dns v0.9.3
2026-06-16T08:24:36.1220945Z    Compiling toml_write v0.1.2
2026-06-16T08:24:36.1481619Z    Compiling arrayvec v0.7.6
2026-06-16T08:24:36.1600889Z    Compiling constant_time_eq v0.4.2
2026-06-16T08:24:36.2028426Z    Compiling regex-syntax v0.8.10
2026-06-16T08:24:36.2246070Z    Compiling simdutf8 v0.1.5
2026-06-16T08:24:36.2587703Z    Compiling winnow v0.7.15
2026-06-16T08:24:36.2991038Z    Compiling signal-hook v0.3.18
2026-06-16T08:24:36.3678584Z    Compiling sha1_smol v1.0.1
2026-06-16T08:24:36.3780937Z    Compiling smol_str v0.1.24
2026-06-16T08:24:36.3900942Z    Compiling arrayref v0.3.9
2026-06-16T08:24:36.4511773Z    Compiling resolv-conf v0.7.6
2026-06-16T08:24:36.4708644Z    Compiling linux-raw-sys v0.12.1
2026-06-16T08:24:36.6029552Z    Compiling serial-unix v0.4.0
2026-06-16T08:24:36.6251152Z    Compiling signal-hook-registry v1.4.8
2026-06-16T08:24:36.8230016Z    Compiling lru v0.16.4
2026-06-16T08:24:37.0037115Z    Compiling darling_core v0.23.0
2026-06-16T08:24:37.0355305Z    Compiling serde_bytes v0.11.19
2026-06-16T08:24:37.0471218Z    Compiling seize v0.5.1
2026-06-16T08:24:37.1904792Z    Compiling serde_derive v1.0.228
2026-06-16T08:24:37.2951200Z    Compiling zeroize_derive v1.4.3
2026-06-16T08:24:37.3410064Z    Compiling tokio-macros v2.7.0
2026-06-16T08:24:37.4610634Z    Compiling futures-macro v0.3.32
2026-06-16T08:24:37.8975803Z    Compiling zeroize v1.8.2
2026-06-16T08:24:37.9999502Z    Compiling tokio v1.52.3
2026-06-16T08:24:38.0880827Z    Compiling zerofrom-derive v0.1.7
2026-06-16T08:24:38.4154373Z    Compiling yoke-derive v0.8.2
2026-06-16T08:24:38.4730782Z    Compiling futures-util v0.3.32
2026-06-16T08:24:38.7860752Z    Compiling zerovec-derive v0.11.3
2026-06-16T08:24:38.8940859Z    Compiling displaydoc v0.2.6
2026-06-16T08:24:38.9650648Z    Compiling tracing-attributes v0.1.31
2026-06-16T08:24:39.6332592Z    Compiling zerofrom v0.1.8
2026-06-16T08:24:39.6450803Z    Compiling rustls-pki-types v1.14.1
2026-06-16T08:24:39.7680496Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-16T08:24:39.7790816Z    Compiling thiserror-impl v2.0.18
2026-06-16T08:24:39.7920897Z    Compiling yoke v0.8.3
2026-06-16T08:24:40.0556175Z    Compiling zerotrie v0.2.4
2026-06-16T08:24:40.2358594Z    Compiling zerovec v0.11.6
2026-06-16T08:24:40.4091506Z    Compiling darling_macro v0.20.11
2026-06-16T08:24:40.4291002Z    Compiling derive_more-impl v2.1.1
2026-06-16T08:24:40.4382429Z    Compiling spez v0.1.2
2026-06-16T08:24:40.4961888Z    Compiling n0-error-macros v0.1.3
2026-06-16T08:24:40.8011052Z    Compiling der v0.8.0-rc.10
2026-06-16T08:24:40.8451339Z    Compiling darling v0.20.11
2026-06-16T08:24:40.8820710Z    Compiling pin-project-internal v1.1.13
2026-06-16T08:24:40.9270931Z    Compiling derive_builder_core v0.20.2
2026-06-16T08:24:41.0598761Z    Compiling tinystr v0.8.3
2026-06-16T08:24:41.2950663Z    Compiling icu_locale_core v2.2.0
2026-06-16T08:24:41.6970350Z    Compiling potential_utf v0.1.5
2026-06-16T08:24:41.8025448Z    Compiling icu_collections v2.2.0
2026-06-16T08:24:41.8411827Z    Compiling n0-error v0.1.3
2026-06-16T08:24:42.1701151Z    Compiling derive_builder_macro v0.20.2
2026-06-16T08:24:42.2003713Z    Compiling ed25519-dalek v2.2.0
2026-06-16T08:24:42.2275402Z    Compiling futures-executor v0.3.32
2026-06-16T08:24:42.3390860Z    Compiling pin-project v1.1.13
2026-06-16T08:24:42.4700990Z    Compiling ipnet v2.12.0
2026-06-16T08:24:42.4990473Z    Compiling derive_builder v0.20.2
2026-06-16T08:24:42.5730933Z    Compiling icu_provider v2.2.0
2026-06-16T08:24:42.5890666Z    Compiling spki v0.8.0-rc.4
2026-06-16T08:24:42.7658403Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-16T08:24:42.8685324Z    Compiling spt-proto v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-16T08:24:42.9259388Z    Compiling icu_normalizer v2.2.0
2026-06-16T08:24:42.9495544Z    Compiling icu_properties v2.2.0
2026-06-16T08:24:42.9496971Z    Compiling prefix-trie v0.8.4
2026-06-16T08:24:42.9611773Z    Compiling ed25519 v3.0.0-rc.4
2026-06-16T08:24:42.9687922Z    Compiling futures v0.3.32
2026-06-16T08:24:43.1041155Z    Compiling once_cell v1.21.4
2026-06-16T08:24:43.3316263Z    Compiling tracing-core v0.1.36
2026-06-16T08:24:43.3670811Z    Compiling cobs v0.3.0
2026-06-16T08:24:43.5227848Z    Compiling hashbrown v0.14.5
2026-06-16T08:24:43.5740827Z    Compiling postcard-derive v0.2.2
2026-06-16T08:24:43.6741224Z    Compiling tokio-util v0.7.18
2026-06-16T08:24:43.6970784Z    Compiling netlink-sys v0.8.8
2026-06-16T08:24:43.8261174Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-16T08:24:44.0010929Z    Compiling tracing v0.1.44
2026-06-16T08:24:44.0096318Z    Compiling tower v0.5.3
2026-06-16T08:24:44.1480665Z    Compiling postcard v1.1.3
2026-06-16T08:24:44.3337251Z    Compiling hashlink v0.9.1
2026-06-16T08:24:44.3441022Z    Compiling data-encoding-macro v0.1.20
2026-06-16T08:24:44.4173919Z    Compiling idna_adapter v1.2.2
2026-06-16T08:24:44.4871059Z    Compiling rustls-native-certs v0.8.4
2026-06-16T08:24:44.5020968Z    Compiling enum-assoc v1.3.0
2026-06-16T08:24:44.5820953Z    Compiling idna v1.1.0
2026-06-16T08:24:44.6311313Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-16T08:24:44.6890975Z    Compiling iroh-metrics-derive v0.4.1
2026-06-16T08:24:44.7330794Z    Compiling h2 v0.4.14
2026-06-16T08:24:44.8301321Z    Compiling async-trait v0.1.89
2026-06-16T08:24:44.8590675Z    Compiling num_enum_derive v0.7.6
2026-06-16T08:24:44.9250571Z    Compiling rusqlite v0.32.1
2026-06-16T08:24:44.9836090Z    Compiling strum_macros v0.28.0
2026-06-16T08:24:44.9928053Z    Compiling iroh-relay v0.98.0
2026-06-16T08:24:45.0021013Z    Compiling tokio-stream v0.1.18
2026-06-16T08:24:45.0330785Z    Compiling derive_more v2.1.1
2026-06-16T08:24:45.2400571Z    Compiling url v2.5.8
2026-06-16T08:24:45.2671077Z    Compiling iroh-metrics v0.38.3
2026-06-16T08:24:45.3659073Z    Compiling n0-watcher v0.6.1
2026-06-16T08:24:45.3862627Z    Compiling netdev v0.42.0
2026-06-16T08:24:45.4010706Z    Compiling netlink-proto v0.12.0
2026-06-16T08:24:45.4990709Z    Compiling moka v0.12.15
2026-06-16T08:24:45.6280869Z    Compiling toml_datetime v0.6.11
2026-06-16T08:24:45.6634355Z    Compiling serde_spanned v0.6.9
2026-06-16T08:24:45.6750516Z    Compiling thiserror-impl v1.0.69
2026-06-16T08:24:45.7828868Z    Compiling ref-cast-impl v1.0.25
2026-06-16T08:24:46.0042815Z    Compiling toml_edit v0.22.27
2026-06-16T08:24:46.0450570Z    Compiling webpki-roots v1.0.7
2026-06-16T08:24:46.0780741Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-16T08:24:46.1643794Z    Compiling num_enum v0.7.6
2026-06-16T08:24:46.2751308Z    Compiling spt-store v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-16T08:24:46.2996380Z    Compiling iroh-base v0.98.0
2026-06-16T08:24:46.6091078Z    Compiling attohttpc v0.30.1
2026-06-16T08:24:46.6310956Z    Compiling tower-http v0.6.11
2026-06-16T08:24:46.7771097Z    Compiling regex-automata v0.4.14
2026-06-16T08:24:46.9081463Z    Compiling schemars_derive v1.2.1
2026-06-16T08:24:46.9558784Z    Compiling hmac v0.12.1
2026-06-16T08:24:47.0890797Z    Compiling iroh v0.98.2
2026-06-16T08:24:47.0936543Z    Compiling bitflags v1.3.2
2026-06-16T08:24:47.1333116Z    Compiling rustix v0.38.44
2026-06-16T08:24:47.1618864Z    Compiling dyn-clone v1.0.20
2026-06-16T08:24:47.1887840Z    Compiling utf8parse v0.2.2
2026-06-16T08:24:47.2880349Z    Compiling cmov v0.5.4
2026-06-16T08:24:47.3050503Z    Compiling pin-utils v0.1.0
2026-06-16T08:24:47.3188812Z    Compiling filedescriptor v0.8.3
2026-06-16T08:24:47.3561328Z    Compiling nix v0.25.1
2026-06-16T08:24:47.3641114Z    Compiling anstyle-parse v1.0.0
2026-06-16T08:24:47.5695030Z    Compiling ctutils v0.4.2
2026-06-16T08:24:47.5754434Z    Compiling hkdf v0.12.4
2026-06-16T08:24:47.5892693Z    Compiling backon v1.6.0
2026-06-16T08:24:47.6031282Z    Compiling darling_macro v0.23.0
2026-06-16T08:24:47.7020790Z    Compiling papaya v0.2.4
2026-06-16T08:24:47.7960704Z    Compiling strum v0.28.0
2026-06-16T08:24:47.8781061Z    Compiling serial v0.4.0
2026-06-16T08:24:47.9230826Z    Compiling iroh-dns v0.98.0
2026-06-16T08:24:47.9340595Z    Compiling anstyle v1.0.14
2026-06-16T08:24:47.9900020Z    Compiling is_terminal_polyfill v1.70.2
2026-06-16T08:24:48.0410781Z    Compiling linux-raw-sys v0.4.15
2026-06-16T08:24:48.0768181Z    Compiling foldhash v0.1.5
2026-06-16T08:24:48.1950686Z    Compiling downcast-rs v1.2.1
2026-06-16T08:24:48.2407777Z    Compiling colorchoice v1.0.5
2026-06-16T08:24:48.2580863Z    Compiling shell-words v1.1.1
2026-06-16T08:24:48.2847395Z    Compiling instability v0.3.12
2026-06-16T08:24:48.3008840Z    Compiling anstyle-query v1.1.5
2026-06-16T08:24:48.3258321Z    Compiling hashbrown v0.15.5
2026-06-16T08:24:48.3859976Z    Compiling anstream v1.0.0
2026-06-16T08:24:48.4194367Z    Compiling signal-hook-mio v0.2.5
2026-06-16T08:24:48.4289136Z    Compiling darling v0.23.0
2026-06-16T08:24:48.4305587Z    Compiling spake2 v0.4.0
2026-06-16T08:24:48.4890811Z    Compiling terminal_size v0.4.4
2026-06-16T08:24:48.5030877Z    Compiling strum_macros v0.26.4
2026-06-16T08:24:48.5330678Z    Compiling sha1 v0.10.6
2026-06-16T08:24:48.6701163Z    Compiling toml v0.8.23
2026-06-16T08:24:48.7840644Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-16T08:24:48.8250836Z    Compiling itertools v0.13.0
2026-06-16T08:24:48.8435597Z    Compiling castaway v0.2.4
2026-06-16T08:24:48.9390721Z    Compiling static_assertions v1.1.0
2026-06-16T08:24:48.9994903Z    Compiling doctest-file v1.1.1
2026-06-16T08:24:49.0661243Z    Compiling schemars v1.2.1
2026-06-16T08:24:49.1857434Z    Compiling spt-msg v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-16T08:24:49.5770708Z    Compiling regex v1.12.3
2026-06-16T08:24:49.6800660Z    Compiling unicode-width v0.1.14
2026-06-16T08:24:49.6929691Z    Compiling clap_lex v1.1.0
2026-06-16T08:24:49.9800741Z    Compiling indoc v2.0.7
2026-06-16T08:24:49.9845075Z    Compiling clap_builder v4.6.0
2026-06-16T08:24:50.1570708Z    Compiling interprocess v2.4.2
2026-06-16T08:24:50.1940885Z    Compiling crossterm v0.28.1
2026-06-16T08:24:50.4661117Z    Compiling hyper v1.10.1
2026-06-16T08:24:50.9301406Z    Compiling spt-runtime v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-16T08:24:50.9568269Z    Compiling unicode-truncate v1.1.0
2026-06-16T08:24:51.1281989Z    Compiling strum v0.26.3
2026-06-16T08:24:51.1465995Z    Compiling lru v0.12.5
2026-06-16T08:24:51.2234800Z    Compiling compact_str v0.8.2
2026-06-16T08:24:51.3120669Z    Compiling clap_derive v4.6.1
2026-06-16T08:24:51.7882174Z    Compiling portable-pty v0.8.1
2026-06-16T08:24:51.8016255Z    Compiling iana-time-zone v0.1.65
2026-06-16T08:24:51.8270960Z    Compiling unicode-width v0.2.0
2026-06-16T08:24:51.8652289Z    Compiling cassowary v0.3.0
2026-06-16T08:24:51.9861049Z    Compiling nucleo-matcher v0.3.1
2026-06-16T08:24:52.1207063Z    Compiling chrono v0.4.45
2026-06-16T08:24:52.1501199Z    Compiling spt-term v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-16T08:24:52.2583089Z    Compiling hyper-util v0.1.20
2026-06-16T08:24:52.6243008Z    Compiling ratatui v0.29.0
2026-06-16T08:24:52.6980934Z    Compiling qrcode v0.14.1
2026-06-16T08:24:52.7100582Z    Compiling tempfile v3.27.0
2026-06-16T08:24:53.4801162Z    Compiling clap v4.6.1
2026-06-16T08:24:53.8911207Z    Compiling spt-live v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-16T08:24:54.4148602Z    Compiling igd-next v0.17.1
2026-06-16T08:24:55.5490979Z    Compiling portmapper v0.16.0
2026-06-16T08:25:00.3569521Z    Compiling rustls-webpki v0.103.13
2026-06-16T08:25:02.7126114Z    Compiling tokio-rustls v0.26.4
2026-06-16T08:25:02.7126910Z    Compiling rustls-platform-verifier v0.7.0
2026-06-16T08:25:02.7127443Z    Compiling noq-proto v0.17.0
2026-06-16T08:25:02.8687389Z    Compiling hickory-net v0.26.0-beta.4
2026-06-16T08:25:02.8688351Z    Compiling hyper-rustls v0.27.9
2026-06-16T08:25:02.8689129Z    Compiling tokio-websockets v0.13.2
2026-06-16T08:25:03.0012250Z    Compiling reqwest v0.13.4
2026-06-16T08:25:03.8991482Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-16T08:25:17.4384079Z    Compiling spt-net v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-16T08:25:18.7699853Z    Compiling spt-daemon v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-16T08:25:25.5908100Z    Compiling spt v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-16T08:25:29.0316469Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 00s
2026-06-16T08:25:29.0538636Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-1f7311949ecf8fbf)
2026-06-16T08:25:29.0552536Z 
2026-06-16T08:25:29.0552673Z running 1 test
2026-06-16T08:25:35.1387475Z test new_brain_serves_against_old_broker ... ok
2026-06-16T08:25:35.1388872Z 
2026-06-16T08:25:35.1389440Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.08s
2026-06-16T08:25:35.1389802Z 
2026-06-16T08:25:35.1599030Z Post job cleanup.
2026-06-16T08:25:35.2252975Z [command]/usr/bin/git version
2026-06-16T08:25:35.2316499Z git version 2.43.0
2026-06-16T08:25:35.2347988Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/1105f762-99e9-4ebd-9131-e03a4bfb0a4b' before making global git config changes
2026-06-16T08:25:35.2349019Z Adding repository directory to the temporary git global config as a safe directory
2026-06-16T08:25:35.2351194Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-16T08:25:35.2380955Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-16T08:25:35.2407619Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-16T08:25:35.2590448Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-16T08:25:35.2608732Z http.https://github.com/.extraheader
2026-06-16T08:25:35.2616145Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-16T08:25:35.2642119Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-16T08:25:35.2832206Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-16T08:25:35.2855795Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-16T08:25:35.3157934Z Cleaning up orphan processes
2026-06-16T08:25:35.3619245Z Terminate orphan process: pid (358931) (spt)
